@charset "UTF-8";

.grayout {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
  }
  
.top_nav {
    padding-top: 62px;
    padding-left: 0px;
    padding-right: 0px;
}
.bottom_nav {
    
    padding-bottom: 65px;
    padding-left: 0px;
    padding-right: 0px;
}
section {
    padding-top: 5px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
}
html {
    font-size: 14px;
}
@font-face {
    font-family: "极字经典魏体简繁-闪";
    src: url("/assets/JiZiJingDianWeiTiJianFan-Shan.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.animate-opacity {
    transition: opacity 0.1s;
    opacity: 0;
}
.animate-opacity-end {
    transition: opacity 5s;
    opacity: .9;
}
::-webkit-scrollbar{
    width: 2px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #af1919;
    border-radius: 3px;
}
::-webkit-scrollbar-track {
    background-color: #666;
    border-radius: 3px;
}
.prism-cover-mine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
    z-index: 11
}
